home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TCHILDFORM / TCHILDFORM.txt
Encoding:
Text File  |  2004-12-18  |  60.4 KB  |  1,441 lines

  1. object ChildForm: TChildForm
  2.   Left = 269
  3.   Top = 170
  4.   Width = 664
  5.   Height = 422
  6.   Caption = 'MDI Child'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -9
  11.   Font.Name = 'Verdana'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   OldCreateOrder = True
  15.   Position = poDefault
  16.   PrintScale = poPrintToFit
  17.   Visible = True
  18.   WindowState = wsMaximized
  19.   OnActivate = FormActivate
  20.   OnClose = FormClose
  21.   OnCloseQuery = FormCloseQuery
  22.   OnCreate = FormCreate
  23.   OnDragOver = FormDragOver
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 12
  27.   object PageControl1: TPageControl
  28.     Left = 0
  29.     Top = 0
  30.     Width = 656
  31.     Height = 395
  32.     ActivePage = TabSheet1
  33.     Align = alClient
  34.     HotTrack = True
  35.     MultiLine = True
  36.     TabHeight = 15
  37.     TabOrder = 0
  38.     OnChange = PageControl1Change
  39.     object TabSheet1: TTabSheet
  40.       BorderWidth = 1
  41.       Caption = 'Editor'
  42.       ParentShowHint = False
  43.       ShowHint = True
  44.       object Splitter1: TSplitter
  45.         Left = 0
  46.         Top = 216
  47.         Width = 646
  48.         Height = 3
  49.         Cursor = crVSplit
  50.         Align = alBottom
  51.         Beveled = True
  52.       end
  53.       object Panel5: TPanel
  54.         Left = 0
  55.         Top = 0
  56.         Width = 646
  57.         Height = 24
  58.         Align = alTop
  59.         BevelOuter = bvNone
  60.         TabOrder = 0
  61.         object ToolBar2: TToolBar
  62.           Left = 0
  63.           Top = 0
  64.           Width = 518
  65.           Height = 24
  66.           Align = alLeft
  67.           AutoSize = True
  68.           ButtonWidth = 123
  69.           Caption = 'ToolBar2'
  70.           EdgeBorders = []
  71.           EdgeInner = esLowered
  72.           Flat = True
  73.           Images = ImageList1
  74.           Indent = 2
  75.           List = True
  76.           ShowCaptions = True
  77.           TabOrder = 0
  78.           object ToolButton10: TToolButton
  79.             Left = 2
  80.             Top = 0
  81.             Cursor = crHandPoint
  82.             Caption = 'Change Highlighter'
  83.             DropdownMenu = HighLighterPopUp
  84.             Style = tbsDropDown
  85.             OnClick = ToolButton10Click
  86.           end
  87.           object ToolButton4: TToolButton
  88.             Left = 138
  89.             Top = 0
  90.             Width = 8
  91.             Caption = 'ToolButton4'
  92.             ImageIndex = 3
  93.             Style = tbsSeparator
  94.           end
  95.           object ToolButton5: TToolButton
  96.             Left = 146
  97.             Top = 0
  98.             Cursor = crHandPoint
  99.             Caption = 'Selection Method'
  100.             DropdownMenu = SelectionPopup
  101.             Style = tbsDropDown
  102.             OnClick = ToolButton5Click
  103.           end
  104.           object ToolButton19: TToolButton
  105.             Left = 282
  106.             Top = 0
  107.             Width = 8
  108.             Caption = 'ToolButton19'
  109.             ImageIndex = 0
  110.             Style = tbsSeparator
  111.           end
  112.           object ToolButton20: TToolButton
  113.             Left = 290
  114.             Top = 0
  115.             Cursor = crHandPoint
  116.             Caption = 'HTML Tidy'
  117.             Style = tbsCheck
  118.             OnClick = ToolButton20Click
  119.           end
  120.           object ToolButton22: TToolButton
  121.             Left = 413
  122.             Top = 0
  123.             Width = 8
  124.             Caption = 'ToolButton22'
  125.             ImageIndex = 1
  126.             Style = tbsSeparator
  127.           end
  128.           object ToolButton21: TToolButton
  129.             Left = 421
  130.             Top = 0
  131.             Cursor = crHandPoint
  132.             AutoSize = True
  133.             ImageIndex = 8
  134.             OnClick = ToolButton21Click
  135.           end
  136.         end
  137.         object ToolBar1: TToolBar
  138.           Left = 593
  139.           Top = 0
  140.           Width = 53
  141.           Height = 22
  142.           Align = alNone
  143.           Anchors = [akTop, akRight]
  144.           AutoSize = True
  145.           Caption = 'ToolBar1'
  146.           EdgeBorders = []
  147.           EdgeInner = esNone
  148.           EdgeOuter = esNone
  149.           Flat = True
  150.           Images = ImageList1
  151.           List = True
  152.           TabOrder = 1
  153.           object ToolButton1: TToolButton
  154.             Left = 0
  155.             Top = 0
  156.             Cursor = crHandPoint
  157.             ImageIndex = 7
  158.             OnClick = ToolButton1Click
  159.           end
  160.           object ToolButton3: TToolButton
  161.             Left = 23
  162.             Top = 0
  163.             Width = 7
  164.             Caption = 'ToolButton3'
  165.             ImageIndex = 2
  166.             Style = tbsDivider
  167.           end
  168.           object ToolButton2: TToolButton
  169.             Left = 30
  170.             Top = 0
  171.             Cursor = crHandPoint
  172.             ImageIndex = 6
  173.             OnClick = ToolButton2Click
  174.           end
  175.         end
  176.       end
  177.       object TidyPanel: TPanel
  178.         Left = 0
  179.         Top = 219
  180.         Width = 646
  181.         Height = 149
  182.         Align = alBottom
  183.         BevelOuter = bvLowered
  184.         TabOrder = 1
  185.         object Memo2: TListBox
  186.           Left = 1
  187.           Top = 25
  188.           Width = 644
  189.           Height = 123
  190.           Align = alClient
  191.           ItemHeight = 12
  192.           TabOrder = 0
  193.           OnDblClick = Memo2DblClick
  194.         end
  195.         object ToolBar4: TToolBar
  196.           Left = 1
  197.           Top = 1
  198.           Width = 644
  199.           Height = 24
  200.           AutoSize = True
  201.           ButtonWidth = 43
  202.           Caption = 'ToolBar4'
  203.           EdgeBorders = [ebLeft, ebTop]
  204.           EdgeInner = esLowered
  205.           EdgeOuter = esRaised
  206.           Flat = True
  207.           Images = ImageList1
  208.           List = True
  209.           TabOrder = 1
  210.           object ToolButton16: TToolButton
  211.             Left = 0
  212.             Top = 0
  213.             Action = CheckHTML
  214.             AutoSize = True
  215.           end
  216.           object ToolButton17: TToolButton
  217.             Left = 27
  218.             Top = 0
  219.             Action = Repair
  220.             AutoSize = True
  221.           end
  222.           object ToolButton18: TToolButton
  223.             Left = 54
  224.             Top = 0
  225.             Action = Force
  226.             AutoSize = True
  227.           end
  228.         end
  229.       end
  230.       object Panel1: TPanel
  231.         Left = 0
  232.         Top = 24
  233.         Width = 646
  234.         Height = 192
  235.         Align = alClient
  236.         BevelOuter = bvNone
  237.         Caption = 'Panel1'
  238.         TabOrder = 2
  239.         object StatusBar1: TStatusBar
  240.           Left = 0
  241.           Top = 173
  242.           Width = 646
  243.           Height = 19
  244.           Panels = <
  245.             item
  246.               Width = 100
  247.             end
  248.             item
  249.               Width = 80
  250.             end
  251.             item
  252.               Width = 80
  253.             end
  254.             item
  255.               Alignment = taCenter
  256.               Width = 50
  257.             end
  258.             item
  259.               Width = 50
  260.             end>
  261.           ParentFont = True
  262.           SimplePanel = False
  263.           UseSystemFont = False
  264.         end
  265.         object Memo1: TSynEdit
  266.           Left = 0
  267.           Top = 0
  268.           Width = 646
  269.           Height = 173
  270.           Align = alClient
  271.           Font.Charset = DEFAULT_CHARSET
  272.           Font.Color = clWindowText
  273.           Font.Height = -13
  274.           Font.Name = 'Courier New'
  275.           Font.Style = []
  276.           PopupMenu = PopupMenu1
  277.           TabOrder = 1
  278.           OnClick = Memo1Click
  279.           OnKeyDown = Memo1KeyDown
  280.           Gutter.Font.Charset = DEFAULT_CHARSET
  281.           Gutter.Font.Color = clWindowText
  282.           Gutter.Font.Height = -11
  283.           Gutter.Font.Name = 'Courier New'
  284.           Gutter.Font.Style = []
  285.           Options = [eoAutoIndent, eoDragDropEditing, eoGroupUndo, eoScrollPastEol, eoShowScrollHint, eoTabsToSpaces, eoTrimTrailingSpaces]
  286.           WantTabs = True
  287.           OnChange = Memo1Change
  288.           OnReplaceText = Memo1ReplaceText
  289.           OnSpecialLineColors = Memo1SpecialLineColors
  290.           OnStatusChange = Memo1StatusChange
  291.           OnPaintTransient = Memo1PaintTransient
  292.           RemovedKeystrokes = <
  293.             item
  294.               Command = ecUndo
  295.               ShortCut = 32776
  296.             end
  297.             item
  298.               Command = ecRedo
  299.               ShortCut = 40968
  300.             end>
  301.           AddedKeystrokes = <>
  302.         end
  303.       end
  304.     end
  305.     object TabSheet2: TTabSheet
  306.       Hint = 'Preview/Voorbeeld = F9'
  307.       BorderWidth = 1
  308.       Caption = 'Preview'
  309.       ImageIndex = 1
  310.       object JvGradient1: TJvGradient
  311.         Left = 0
  312.         Top = 0
  313.         Width = 646
  314.         Height = 17
  315.         Align = alTop
  316.         StartColor = 6956042
  317.         EndColor = 15780518
  318.       end
  319.       object Label1: TLabel
  320.         Left = 3
  321.         Top = 3
  322.         Width = 640
  323.         Height = 12
  324.         Anchors = [akLeft, akTop, akRight]
  325.         AutoSize = False
  326.         Color = clBtnFace
  327.         Font.Charset = DEFAULT_CHARSET
  328.         Font.Color = clWhite
  329.         Font.Height = -9
  330.         Font.Name = 'Verdana'
  331.         Font.Style = [fsBold]
  332.         ParentColor = False
  333.         ParentFont = False
  334.         Transparent = True
  335.       end
  336.       object wb: TEmbeddedWB
  337.         Left = 0
  338.         Top = 47
  339.         Width = 646
  340.         Height = 302
  341.         Align = alClient
  342.         TabOrder = 0
  343.         OnStatusTextChange = wbStatusTextChange
  344.         OnTitleChange = wbTitleChange
  345.         OnWindowClosing = wbWindowClosing
  346.         DownloadOptions = [DLCTL_DLIMAGES, DLCTL_VIDEOS, DLCTL_BGSOUNDS, DLCTL_RESYNCHRONIZE]
  347.         UserInterfaceOptions = []
  348.         PrintOptions.Margins.Left = 0.750000000000000000
  349.         PrintOptions.Margins.Right = 0.750000000000000000
  350.         PrintOptions.Margins.Top = 0.750000000000000000
  351.         PrintOptions.Margins.Bottom = 0.750000000000000000
  352.         PrintOptions.Header = '&w&bPage &p of &P'
  353.         PrintOptions.HTMLHeader.Strings = (
  354.           '<HTML></HTML>')
  355.         PrintOptions.Footer = '&u&b&d'
  356.         PrintOptions.Orientation = poPortrait
  357.         UserAgent = 'Matrix Y2K - Preview Browser'
  358.         ReplaceCaption = False
  359.         EnableDDE = True
  360.         fpExceptions = True
  361.         ControlData = {
  362.           4C000000E7430000CB2400000000000000000000000000000000000000000000
  363.           000000004C000000000000000000000001000000E0D057007335CF11AE690800
  364.           2B2E126208000000000000004C0000000114020000000000C000000000000046
  365.           8000000000000000000000000000000000000000000000000000000000000000
  366.           00000000000000000100000000000000000000000000000000000000}
  367.       end
  368.       object StatusBar2: TStatusBar
  369.         Left = 0
  370.         Top = 349
  371.         Width = 646
  372.         Height = 19
  373.         Panels = <
  374.           item
  375.             Width = 50
  376.           end>
  377.         SimplePanel = False
  378.       end
  379.       object ControlBar1: TControlBar
  380.         Left = 0
  381.         Top = 17
  382.         Width = 646
  383.         Height = 30
  384.         Align = alTop
  385.         AutoDock = False
  386.         AutoSize = True
  387.         TabOrder = 2
  388.         object Edit1: TEdit
  389.           Left = 11
  390.           Top = 2
  391.           Width = 454
  392.           Height = 22
  393.           TabOrder = 0
  394.           Text = 'http://'
  395.           OnKeyDown = Edit1KeyDown
  396.         end
  397.         object ToolBar3: TToolBar
  398.           Left = 478
  399.           Top = 2
  400.           Width = 162
  401.           Height = 22
  402.           Anchors = []
  403.           Caption = 'ToolBar1'
  404.           EdgeBorders = []
  405.           EdgeInner = esNone
  406.           EdgeOuter = esNone
  407.           Flat = True
  408.           Images = fMain.ImageList1
  409.           TabOrder = 1
  410.           object ToolButton6: TToolButton
  411.             Left = 0
  412.             Top = 0
  413.             AutoSize = True
  414.             Caption = 'ToolButton1'
  415.             ImageIndex = 124
  416.             ParentShowHint = False
  417.             ShowHint = True
  418.             OnClick = ToolButton6Click
  419.           end
  420.           object ToolButton7: TToolButton
  421.             Left = 23
  422.             Top = 0
  423.             Width = 8
  424.             Caption = 'ToolButton5'
  425.             ImageIndex = 35
  426.             Style = tbsSeparator
  427.           end
  428.           object ToolButton8: TToolButton
  429.             Left = 31
  430.             Top = 0
  431.             Caption = 'ToolButton3'
  432.             ImageIndex = 122
  433.             ParentShowHint = False
  434.             ShowHint = True
  435.             OnClick = ToolButton8Click
  436.           end
  437.           object ToolButton9: TToolButton
  438.             Left = 54
  439.             Top = 0
  440.             Caption = 'ToolButton4'
  441.             ImageIndex = 123
  442.             ParentShowHint = False
  443.             ShowHint = True
  444.             OnClick = ToolButton9Click
  445.           end
  446.           object ToolButton11: TToolButton
  447.             Left = 77
  448.             Top = 0
  449.             Width = 8
  450.             Caption = 'ToolButton7'
  451.             ImageIndex = 36
  452.             Style = tbsSeparator
  453.           end
  454.           object ToolButton12: TToolButton
  455.             Left = 85
  456.             Top = 0
  457.             Caption = 'ToolButton2'
  458.             ImageIndex = 107
  459.             ParentShowHint = False
  460.             ShowHint = True
  461.             OnClick = ToolButton12Click
  462.           end
  463.           object ToolButton13: TToolButton
  464.             Left = 108
  465.             Top = 0
  466.             Width = 8
  467.             Caption = 'ToolButton9'
  468.             ImageIndex = 37
  469.             Style = tbsSeparator
  470.           end
  471.           object ToolButton14: TToolButton
  472.             Left = 116
  473.             Top = 0
  474.             Caption = 'ToolButton6'
  475.             ImageIndex = 120
  476.             ParentShowHint = False
  477.             ShowHint = True
  478.             OnClick = ToolButton14Click
  479.           end
  480.           object ToolButton15: TToolButton
  481.             Left = 139
  482.             Top = 0
  483.             Caption = 'ToolButton8'
  484.             ImageIndex = 121
  485.             ParentShowHint = False
  486.             ShowHint = True
  487.             OnClick = ToolButton15Click
  488.           end
  489.         end
  490.       end
  491.     end
  492.   end
  493.   object SynHTMLSyn1: TSynHTMLSyn
  494.     DefaultFilter = 'HTML Document (*.htm,*.html)|*.htm;*.html'
  495.     AndAttri.Foreground = 12860584
  496.     AndAttri.Style = []
  497.     CommentAttri.Foreground = clGray
  498.     IdentifierAttri.Foreground = 7564557
  499.     IdentifierAttri.Style = []
  500.     KeyAttri.Foreground = 4194432
  501.     KeyAttri.Style = []
  502.     SpaceAttri.Foreground = clBlack
  503.     SymbolAttri.Foreground = 4194432
  504.     SymbolAttri.Style = []
  505.     TextAttri.Foreground = clBlack
  506.     UndefKeyAttri.Style = []
  507.     ValueAttri.Foreground = 12619107
  508.     Left = 80
  509.     Top = 104
  510.   end
  511.   object SynCssSyn1: TSynCssSyn
  512.     CommentAttri.Foreground = clGray
  513.     NumberAttri.Foreground = clFuchsia
  514.     KeyAttri.Foreground = clNavy
  515.     StringAttri.Foreground = clBlue
  516.     StringAttri.Style = [fsBold]
  517.     SymbolAttri.Foreground = clNavy
  518.     SymbolAttri.Style = [fsBold]
  519.     Left = 80
  520.     Top = 56
  521.   end
  522.   object SynJScriptSyn1: TSynJScriptSyn
  523.     DefaultFilter = 'JavaScript files (*.js)|*.js'
  524.     CommentAttri.Foreground = clTeal
  525.     IdentifierAttri.Foreground = 6510397
  526.     IdentifierAttri.Style = [fsBold]
  527.     KeyAttri.Foreground = 4194432
  528.     EventAttri.Foreground = 16711808
  529.     NumberAttri.Foreground = 7495745
  530.     StringAttri.Foreground = 12619107
  531.     SymbolAttri.Foreground = clGreen
  532.     SymbolAttri.Style = [fsBold]
  533.     Left = 80
  534.     Top = 152
  535.   end
  536.   object PopupMenu1: TPopupMenu
  537.     AutoHotkeys = maManual
  538.     AutoLineReduction = maManual
  539.     Images = fMain.ImageList1
  540.     Left = 424
  541.     Top = 152
  542.     object Copy1: TMenuItem
  543.       Action = fMain.ActionCopy
  544.     end
  545.     object Paste1: TMenuItem
  546.       Action = fMain.ActionPaste
  547.     end
  548.     object Cut1: TMenuItem
  549.       Action = fMain.ActionCut
  550.     end
  551.     object N8: TMenuItem
  552.       Caption = '-'
  553.     end
  554.     object GotoLine1: TMenuItem
  555.       Caption = 'Goto Line ...'
  556.       ImageIndex = 89
  557.       ShortCut = 16455
  558.       OnClick = GotoLine1Click
  559.     end
  560.     object N2: TMenuItem
  561.       Caption = '-'
  562.     end
  563.     object Tags1: TMenuItem
  564.       Caption = 'Tags ( Bold, Italic, Center etc ... )'
  565.       object Bold1: TMenuItem
  566.         Action = fMain.Bold
  567.       end
  568.       object Italic1: TMenuItem
  569.         Action = fMain.Italic
  570.       end
  571.       object UnderLine1: TMenuItem
  572.         Action = fMain.Underline
  573.       end
  574.       object StrikeThrough1: TMenuItem
  575.         Caption = 'Strike Through'
  576.         ImageIndex = 132
  577.         ShortCut = 16473
  578.         OnClick = StrikeThrough1Click
  579.       end
  580.       object N5: TMenuItem
  581.         Caption = '-'
  582.       end
  583.       object Left1: TMenuItem
  584.         Action = fMain.Left
  585.       end
  586.       object Center1: TMenuItem
  587.         Action = fMain.center
  588.       end
  589.       object Right1: TMenuItem
  590.         Action = fMain.Right
  591.       end
  592.       object Justify1: TMenuItem
  593.         Action = fMain.justify
  594.       end
  595.       object N3: TMenuItem
  596.         Caption = '-'
  597.       end
  598.       object IMG1: TMenuItem
  599.         Caption = 'Image Tag'
  600.         OnClick = IMG1Click
  601.       end
  602.       object N1: TMenuItem
  603.         Caption = '-'
  604.       end
  605.       object Insertaspace1: TMenuItem
  606.         Caption = 'Insert a line break'
  607.         ImageIndex = 75
  608.         ShortCut = 16397
  609.         OnClick = Insertaspace1Click
  610.       end
  611.       object Insertaline1: TMenuItem
  612.         Caption = 'Insert a horizontale line'
  613.         ImageIndex = 74
  614.         OnClick = Insertaline1Click
  615.       end
  616.       object N6: TMenuItem
  617.         Caption = '-'
  618.       end
  619.       object Commenttext1: TMenuItem
  620.         Caption = 'Comment text'
  621.         OnClick = Commenttext1Click
  622.       end
  623.     end
  624.     object Add1: TMenuItem
  625.       Caption = 'Objects ( Image, Url, Flash ... )'
  626.       object Image1: TMenuItem
  627.         Caption = 'Insert an Image'
  628.         ImageIndex = 100
  629.         OnClick = Image1Click
  630.       end
  631.       object URL1: TMenuItem
  632.         Caption = 'Insert an URL or Mailto'
  633.         ImageIndex = 101
  634.         OnClick = URL1Click
  635.       end
  636.       object Insertflashmovie1: TMenuItem
  637.         Caption = 'Insert flash movie'
  638.         ImageIndex = 63
  639.         OnClick = Insertflashmovie1Click
  640.       end
  641.     end
  642.     object N4: TMenuItem
  643.       Caption = '-'
  644.     end
  645.     object Insertatable1: TMenuItem
  646.       Action = fMain.Table
  647.     end
  648.     object TextFormattinh1: TMenuItem
  649.       Caption = 'TextFormatting'
  650.       ImageIndex = 48
  651.       ShortCut = 115
  652.       OnClick = TextFormattinh1Click
  653.     end
  654.     object N7: TMenuItem
  655.       Caption = '-'
  656.     end
  657.     object Setdocumentinlowercase1: TMenuItem
  658.       Caption = 'Set document in lowercase'
  659.       OnClick = Setdocumentinlowercase1Click
  660.     end
  661.     object N9: TMenuItem
  662.       Caption = '-'
  663.     end
  664.     object SelectAll1: TMenuItem
  665.       Caption = 'Select All'
  666.       ImageIndex = 135
  667.       OnClick = SelectAll1Click
  668.     end
  669.   end
  670.   object SynVBScriptSyn1: TSynVBScriptSyn
  671.     DefaultFilter = 'VBScript Files (*.vbs)|*.vbs'
  672.     CommentAttri.Foreground = clTeal
  673.     IdentifierAttri.Foreground = 6510397
  674.     KeyAttri.Foreground = 4194432
  675.     NumberAttri.Foreground = 7495745
  676.     StringAttri.Foreground = clBlue
  677.     Left = 164
  678.     Top = 56
  679.   end
  680.   object SynSQLSyn1: TSynSQLSyn
  681.     DefaultFilter = 'SQL Files (*.sql)|*.sql'
  682.     CommentAttri.Foreground = clSilver
  683.     ExceptionAttri.Foreground = clRed
  684.     FunctionAttri.Foreground = 8404992
  685.     IdentifierAttri.Foreground = 5124469
  686.     KeyAttri.Foreground = 8388672
  687.     NumberAttri.Foreground = clGreen
  688.     PLSQLAttri.Foreground = clAqua
  689.     SQLPlusAttri.Foreground = 4194432
  690.     StringAttri.Foreground = 8404992
  691.     SymbolAttri.Foreground = 4210816
  692.     TableNameAttri.Foreground = 8388672
  693.     VariableAttri.Foreground = 14182329
  694.     SQLDialect = sqlSybase
  695.     Left = 164
  696.     Top = 103
  697.   end
  698.   object SynXMLSyn1: TSynXMLSyn
  699.     DefaultFilter = 
  700.       'XML Document (*.xml,*.xsd,*.xsl,*.xslt,*.dtd)|*.xml;*.xsd;*.xsl;' +
  701.       '*.xslt;*.dtd'
  702.     WantBracesParsed = False
  703.     Left = 164
  704.     Top = 151
  705.   end
  706.   object HighLighterPopUp: TPopupMenu
  707.     AutoHotkeys = maManual
  708.     AutoLineReduction = maManual
  709.     Left = 424
  710.     Top = 55
  711.     object HTML1: TMenuItem
  712.       Caption = 'HTML'
  713.       OnClick = HTML1Click
  714.     end
  715.     object PHP1: TMenuItem
  716.       Caption = 'PHP'
  717.       OnClick = PHP1Click
  718.     end
  719.     object CSS1: TMenuItem
  720.       Caption = 'CSS'
  721.       OnClick = CSS1Click
  722.     end
  723.     object VBScript1: TMenuItem
  724.       Caption = 'VBScript'
  725.       OnClick = VBScript1Click
  726.     end
  727.     object JavaScript1: TMenuItem
  728.       Caption = 'JavaScript'
  729.       OnClick = JavaScript1Click
  730.     end
  731.     object SQL1: TMenuItem
  732.       Caption = 'SQL'
  733.       OnClick = SQL1Click
  734.     end
  735.     object XML1: TMenuItem
  736.       Caption = 'XML'
  737.       OnClick = XML1Click
  738.     end
  739.     object Perl1: TMenuItem
  740.       Caption = 'Perl'
  741.       OnClick = Perl1Click
  742.     end
  743.   end
  744.   object ImageList1: TImageList
  745.     Left = 252
  746.     Top = 118
  747.     Bitmap = {
  748.       494C010109000E00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  749.       0000000000003600000028000000400000004000000001002000000000000040
  750.       0000000000000000000000000000000000000000000000000000000000000000
  751.       0000000000000000000000000000000000000000000000000000000000000000
  752.       0000000000000000000000000000000000000000000000000000000000000000
  753.       0000000000000000000000000000000000000000000000000000000000000000
  754.       0000000000000000000000000000000000000000000000000000000000000000
  755.       0000000000000000000000000000000000000000000000000000000000000000
  756.       0000000000000000000000000000000000000000000000000000000000000000
  757.       0000000000000000000000000000000000000000000000000000000000000000
  758.       0000000000000000000000000000000000000000000000000000000000000000
  759.       0000000000000000000000000000000000000000000000000000000000000000
  760.       0000000000000000000000000000000000000000000000000000000000000000
  761.       0000000000000000000000000000000000000000000000000000000000000000
  762.       0000000000000000000000000000000000000000000000000000000000000000
  763.       0000000000000000000000000000000000000000000000000000000000000000
  764.       0000000000000000000000000000000000000000000000000000000000000000
  765.       0000000000000000000000000000000000000000000000000000000000000000
  766.       0000000000000000000000000000000000000000000000000000000000000000
  767.       0000000000000000000000000000000000000000000000000000000000000000
  768.       0000000000000000000000000000000000000000000000000000000000000000
  769.       0000000000000000000000000000000000000000000000000000000000000000
  770.       0000000000000000000000000000000000000000000000000000000000000000
  771.       0000000000000000000000000000000000000000000000000000000000000000
  772.       0000000000000000000000000000000000000000000000000000000000000000
  773.       0000000000000000000000000000000000000000000000000000000000000000
  774.       0000000000000000000000000000000000000000000000000000000000000000
  775.       0000000000000000000000000000000000000000000000000000000000000000
  776.       0000000000000000000000000000000000000000000000000000000000000000
  777.       0000000000000000000000000000000000000000000000000000000000000000
  778.       0000000000000000000000000000000000000000000000000000000000000000
  779.       0000000000000000000000000000000000000000000000000000000000000000
  780.       0000000000000000000000000000000000000000000000000000000000000000
  781.       0000000000000000000000000000000000000000000000000000000000000000
  782.       0000000000000000000000000000000000000000000000000000000000000000
  783.       0000000000000000000000000000000000000000000000000000000000000000
  784.       0000000000000000000000000000000000000000000000000000000000000000
  785.       0000000000000000000000000000000000000000000000000000000000000000
  786.       0000000000000000000000000000000000000000000000000000000000000000
  787.       0000000000000000000000000000000000000000000000000000000000000000
  788.       0000000000000000000000000000000000000000000000000000000000000000
  789.       0000000000000000000000000000000000000000000000000000000000000000
  790.       0000000000000000000000000000000000000000000000000000000000000000
  791.       0000000000000000000000000000000000000000000000000000000000000000
  792.       0000000000000000000000000000000000000000000000000000000000000000
  793.       0000000000000000000000000000000000000000000000000000000000000000
  794.       0000000000000000000000000000000000000000000000000000000000000000
  795.       0000000000000000000000000000000000000000000000000000000000000000
  796.       0000000000000000000000000000000000000000000000000000000000000000
  797.       0000000000000000000000000000000000000000000000000000000000000000
  798.       0000000000000000000000000000000000000000000000000000000000000000
  799.       0000000000000000000000000000000000000000000000000000000000000000
  800.       0000000000000000000000000000000000000000000000000000000000000000
  801.       0000000000000000000000000000000000000000000000000000000000000000
  802.       0000000000000000000000000000000000000000000000000000000000000000
  803.       0000000000000000000000000000000000000000000000000000000000000000
  804.       0000000000000000000000000000000000000000000000000000000000000000
  805.       0000000000000000000000000000000000000000000000000000000000000000
  806.       0000000000000000000000000000000000000000000000000000000000000000
  807.       0000000000000000000000000000000000000000000000000000000000000000
  808.       0000000000000000000000000000000000000000000000000000000000000000
  809.       0000000000000000000000000000000000000000000000000000000000000000
  810.       0000000000000000000000000000000000000000000000000000000000000000
  811.       0000000000000000000000000000000000000000000000000000000000000000
  812.       0000000000000000000000000000000000000000000000000000000000000000
  813.       0000000000000000000000000000000000000000000000000000000000000000
  814.       0000000000000000000000000000000000000000000000000000000000000000
  815.       0000000000000000000000000000000000000000000000000000000000000000
  816.       0000000000000000000000000000000000000000000000000000000000000000
  817.       0000000000000000000000000000000000000000000000000000000000000000
  818.       0000000000000000000000000000000000000000000000000000000000000000
  819.       0000000000000000000000000000000000000000000000000000000000000000
  820.       0000000000000000000000000000000000000000000000000000000000000000
  821.       0000000000000000000000000000000000000000000000000000000000000000
  822.       0000000000000000000000000000000000000000000000000000000000000000
  823.       0000000000000000000000000000000000000000000000000000000000000000
  824.       0000000000000000000000000000000000000000000000000000000000000000
  825.       0000000000000000000000000000000000000000000000000000000000000000
  826.       0000000000000000000000000000000000000000000000000000000000000000
  827.       0000000000000000000000000000000000000000000000000000000000000000
  828.       0000000000000000000000000000000000000000000000000000000000000000
  829.       0000000000000000000000000000000000000000000000000000000000000000
  830.       0000000000000000000000000000000000000000000000000000000000000000
  831.       0000000000000000000000000000000000000000000000000000000000000000
  832.       0000000000000000000000000000000000000000000000000000000000000000
  833.       0000000000000000000000000000000000000000000000000000000000000000
  834.       0000000000000000000000000000000000000000000000000000000000000000
  835.       0000000000000000000000000000000000000000000000000000000000000000
  836.       0000000000000000000000000000000000000000000000000000000000000000
  837.       0000000000000000000000000000000000000000000000000000000000000000
  838.       0000000000000000000000000000000000000000000000000000000000000000
  839.       0000000000000000000000000000000000000000000000000000000000000000
  840.       0000000000000000000000000000000000000000000000000000000000000000
  841.       0000000000000000000000000000000000000000000000000000000000000000
  842.       0000000000000000000000000000000000000000000000000000000000000000
  843.       0000000000000000000000000000000000000000000000000000000000000000
  844.       0000000000000000000000000000000000000000000000000000000000000000
  845.       0000000000000000000000000000000000000000000000000000000000000000
  846.       0000000000000000000000000000000000000000000000000000000000000000
  847.       0000000000000000000000000000000000000000000000000000000000000000
  848.       0000000000000000000000000000000000000000000000000000000000000000
  849.       0000000000000000000000000000000000000000000000000000000000000000
  850.       0000000000000000000000000000000000000000000000000000000000000000
  851.       0000000000000000000000000000000000000000000000000000000000000000
  852.       0000000000000000000000000000000000000000000000000000000000000000
  853.       0000000000000000000000000000000000000000000000000000000000000000
  854.       0000000000000000000000000000000000000000000000000000000000000000
  855.       0000000000000000000000000000000000000000000000000000000000000000
  856.       0000000000000000000000000000000000000000000000000000000000000000
  857.       0000000000000000000000000000000000000000000000000000000000000000
  858.       0000000000000000000000000000000000000000000000000000000000000000
  859.       0000000000000000000000000000000000000000000000000000000000000000
  860.       0000000000000000000000000000000000000000000000000000000000000000
  861.       0000000000000000000000000000000000000000000000000000000000000000
  862.       0000000000000000000000000000000000000000000000000000000000000000
  863.       0000000000000000000000000000000000000000000000000000000000000000
  864.       0000000000000000000000000000000000000000000000000000000000000000
  865.       0000000000000000000000000000000000000000000000000000000000000000
  866.       0000000000000000000000000000000000000000000000000000000000000000
  867.       0000000000000000000000000000000000000000000000000000000000000000
  868.       0000000000000000000000000000000000000000000000000000000000000000
  869.       0000000000000000000000000000000000000000000000000000000000000000
  870.       0000000000000000000000000000000000000000000000000000000000000000
  871.       0000000000000000000000000000000000000000000000000000000000000000
  872.       0000000000000000000000000000000000000000000000000000000000000000
  873.       0000000000000000000000000000000000000000000000000000000000000000
  874.       0000000000000000000000000000000000000000000000000000000000000000
  875.       0000000000000000000000000000000000000000000000000000000000000000
  876.       0000000000000000000000000000000000000000000000000000000000000000
  877.       0000000000000000000000000000000000000000000000000000000000000000
  878.       0000000000000000000000000000000000000000000000000000000000000000
  879.       0000000000000000000000000000000000000000000000000000000000000000
  880.       0000000000000000000000000000000000000000000000000000000000000000
  881.       0000000000000000000000000000000000000000000000000000000000000000
  882.       0000000000000000000000000000000000000000000000000000000000000000
  883.       0000000000000000000000000000000000000000000000000000000000000000
  884.       0000000000000000000000000000000000000000000000000000000000000000
  885.       0000000000000000000000000000000000000000000000000000000000000000
  886.       0000000000000000000000000000000000000000000000000000000000000000
  887.       0000000000000000000000000000000000000000000000000000000000000000
  888.       0000000000000000000000000000000000000000000000000000000000000000
  889.       0000000000000000000000000000000000000000000000000000000000000000
  890.       0000000000000000000000000000000000000000000000000000000000000000
  891.       0000000000000000000000000000000000000000000000000000000000000000
  892.       0000000000000000000000000000000000000000000000000000000000000000
  893.       0000000000000000000000000000000000000000000000000000000000000000
  894.       0000000000000000000000000000000000000000000000000000840000008400
  895.       0000840000008400000084000000840000008400000084000000840000008400
  896.       0000840000000000000000000000000000000000000000000000000000000000
  897.       0000000000000000000000000000000000000000000000000000000000000000
  898.       0000000000000000000000000000000000000000000000000000000000000000
  899.       0000000000000000000000000000000000000000000000000000000000000000
  900.       0000000000000000000000000000000000000000000000000000000000000000
  901.       0000000000000000000000000000000000000000000000000000000000000000
  902.       000000000000000000000000000000000000000000000000000084000000FFFF
  903.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  904.       FF00840000000000000000000000000000000000000000000000000000000000
  905.       0000000000000000000000000000000000000000000000000000000000000000
  906.       0000000000000000000000000000000000000000000000000000000000000000
  907.       0000000000000000000000000000000000000000000000000000000000000000
  908.       0000000000000000000000000000000000000000000000000000000000000000
  909.       0000000000000000000000000000000000000000000000000000000000000000
  910.       000000000000000000000000000000000000000000000000000084000000FFFF
  911.       FF0000000000FFFFFF00FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFF
  912.       FF00840000000000000000000000000000000000000000000000000000000000
  913.       0000000000000000000000000000000000000000000000000000000000000000
  914.       0000000000000000000000000000000000000000000000000000000000000000
  915.       0000000000000000000000000000000000000000000000000000000000000000
  916.       0000000000000000000000000000000000000000000000000000000000000000
  917.       0000000000000000000000000000000000000000000000000000000000000000
  918.       000000000000000000000000000000000000000000000000000084000000FFFF
  919.       FF0000000000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF
  920.       FF00840000000000000000000000000000000000000000000000000000000000
  921.       0000000000000000000000000000000000000000000000000000000000000000
  922.       0000000000000000000000000000000000000000000000000000000000000000
  923.       0000000000000000000000000000000000000000000000000000000000000000
  924.       0000000000000000000000000000000000000000000000000000000000000000
  925.       0000000000000000000000000000000000000000000000000000000000000000
  926.       000000000000000000000000000000000000000000000000000084000000FFFF
  927.       FF00FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  928.       FF00840000000000000000000000000000000000000000000000000000000000
  929.       0000000000000000000000000000000000000000000000000000000000000000
  930.       0000000000000000000000000000000000000000000000000000000000000000
  931.       0000000000000000000000000000000000000000000000000000000000000000
  932.       0000000000000000000000000000000000000000000000000000000000000000
  933.       0000000000000000000000000000000000000000000000000000000000000000
  934.       000000000000000000000000000000000000000000000000000084000000FFFF
  935.       FF00FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFFFF00FFFF
  936.       FF00840000000000000000000000000000000000000000000000000000000000
  937.       0000000000000000000000000000000000000000000000000000000000000000
  938.       0000000000000000000000000000000000000000000000000000000000000000
  939.       0000000000000000000000000000000000000000000000000000000000000000
  940.       0000000000000000000000000000000000000000000000000000000000000000
  941.       0000000000000000000000000000000000000000000000000000000000000000
  942.       000000000000000000000000000000000000000000000000000084000000FFFF
  943.       FF00FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  944.       FF00840000000000000000000000000000000000000000000000000000000000
  945.       0000000000000000000000000000000000000000000000000000000000000000
  946.       0000000000000000000000000000000000000000000000000000000000000000
  947.       0000000000000000000000000000000000000000000000000000000000000000
  948.       0000000000000000000000000000000000000000000000000000000000000000
  949.       0000000000000000000000000000000000000000000000000000000000000000
  950.       000000000000000000000000000000000000000000000000000084000000FFFF
  951.       FF0000000000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF
  952.       FF00840000000000000000000000000000000000000000000000000000000000
  953.       0000000000000000000000000000000000000000000000000000000000000000
  954.       0000000000000000000000000000000000000000000000000000000000000000
  955.       0000000000000000000000000000000000000000000000000000000000000000
  956.       0000000000000000000000000000000000000000000000000000000000000000
  957.       0000000000000000000000000000000000000000000000000000000000000000
  958.       000000000000000000000000000000000000000000000000000084000000FFFF
  959.       FF0000000000FFFFFF00FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFF
  960.       FF00840000000000000000000000000000000000000000000000000000000000
  961.       0000000000000000000000000000000000000000000000000000000000000000
  962.       0000000000000000000000000000000000000000000000000000000000000000
  963.       0000000000000000000000000000000000000000000000000000000000000000
  964.       0000000000000000000000000000000000000000000000000000000000000000
  965.       0000000000000000000000000000000000000000000000000000000000000000
  966.       000000000000000000000000000000000000000000000000000084000000FFFF
  967.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0084000000840000008400
  968.       0000840000000000000000000000000000000000000000000000000000000000
  969.       0000000000000000000000000000000000000000000000000000000000000000
  970.       0000000000000000000000000000000000000000000000000000000000000000
  971.       0000000000000000000000000000000000000000000000000000000000000000
  972.       0000000000000000000000000000000000000000000000000000000000000000
  973.       0000000000000000000000000000000000000000000000000000000000000000
  974.       000000000000000000000000000000000000000000000000000084000000FFFF
  975.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF008400
  976.       0000000000000000000000000000000000000000000000000000000000000000
  977.       0000000000000000000000000000000000000000000000000000000000000000
  978.       0000000000000000000000000000000000000000000000000000000000000000
  979.       0000000000000000000000000000000000000000000000000000000000000000
  980.       0000000000000000000000000000000000000000000000000000000000000000
  981.       0000000000000000000000000000000000000000000000000000000000000000
  982.       000000000000000000000000000000000000000000000000000084000000FFFF
  983.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0084000000840000000000
  984.       0000000000000000000000000000000000000000000000000000000000000000
  985.       0000000000000000000000000000000000000000000000000000000000000000
  986.       0000000000000000000000000000000000000000000000000000000000000000
  987.       0000000000000000000000000000000000000000000000000000000000000000
  988.       0000000000000000000000000000000000000000000000000000000000000000
  989.       0000000000000000000000000000000000000000000000000000000000000000
  990.       0000000000000000000000000000000000000000000000000000840000008400
  991.       0000840000008400000084000000840000008400000084000000000000000000
  992.       0000000000000000000000000000000000000000000000000000000000000000
  993.       0000000000000000000000000000000000000000000000000000000000000000
  994.       0000000000000000000000000000000000000000000000000000000000000000
  995.       0000000000000000000000000000000000000000000000000000000000000000
  996.       0000000000000000000000000000000000000000000000000000000000000000
  997.       0000000000000000000000000000000000000000000000000000000000000000
  998.       0000000000000000000000000000000000000000000000000000000000000000
  999.       0000000000000000000000000000000000000000000000000000000000000000
  1000.       0000000000000000000000000000000000000000000000000000000000000000
  1001.       0000000000000000000000000000000000000000000000000000000000000000
  1002.       0000000000000000000000000000000000000000000000000000000000000000
  1003.       0000000000000000000000000000000000000000000000000000000000000000
  1004.       0000000000000000000000000000000000000000000000000000000000000000
  1005.       0000000000000000000000000000000000000000000000000000000000000000
  1006.       0000000000000000000000000000000000000000000000000000000000000000
  1007.       0000000000000000000000000000000000000000000000000000000000000000
  1008.       0000000000000000000000000000000000000000000000000000000000000000
  1009.       0000000000000000000000000000000000000000000000000000000000000000
  1010.       000000000000000000000000000000000000000000004A637B00BD9494000000
  1011.       0000000000000000000000000000000000000000000000000000000000000000
  1012.       000000000000000000000000000000000000000000004A637B00BD9494000000
  1013.       0000000000000000000000000000000000000000000000000000000000000000
  1014.       0000000000000000000000000000000000000000000000000000000000000000
  1015.       0000000000000000000000000000000000000000000000000000000000000000
  1016.       0000000000000000000000000000000000000000000000000000000000000000
  1017.       0000000000000000000000000000000000000000000000000000000000000000
  1018.       0000000000000000000000000000000000006B9CC600188CE7004A7BA500C694
  1019.       9400000000000000000000000000000000000000000000000000000000000000
  1020.       0000000000000000000000000000000000006B9CC600188CE7004A7BA500C694
  1021.       9400000000000000000000000000000000000000000000000000000000000000
  1022.       0000000000000000000000000000000000000000000000000000000000000000
  1023.       0000000000000000000000000000000000000000000000000000000000000000
  1024.       0000000000000000000000000000000000000000000000000000000000000000
  1025.       000073000000F7CEA500FF522100730000000000000000000000000084008C8C
  1026.       FF000000FF000000840000000000000000004AB5FF0052B5FF00218CEF004A7B
  1027.       A500C69494000000000000000000000000000000000000000000000000000000
  1028.       0000000000000000000000000000000000004AB5FF0052B5FF00218CEF004A7B
  1029.       A500C69494000000000000000000000000000000000000000000000000000000
  1030.       000000000000000000000000000000000000000000000000000000000000FFFF
  1031.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1032.       FF00000000000000000000000000000000000000000000000000000000000000
  1033.       000073000000F7CEA500FF8C6B00730000000000000000000000000084008C8C
  1034.       FF000000FF000000840000000000000000000000000052B5FF0052B5FF001884
  1035.       E7004A7BA500C694940000000000000000000000000000000000000000000000
  1036.       0000000000000000000000000000000000000000000052B5FF0052B5FF001884
  1037.       E7004A7BA500C694940000000000000000000000000000000000000000000000
  1038.       000000000000000000000000000000000000000000000000000000000000FFFF
  1039.       FF00FFFFFF003F00FF003F007F00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1040.       FF00000000000000000000000000000000000000000000000000000000000000
  1041.       000073000000FFFFFF00F7CEA500FF522100000000000000000000008400FFFF
  1042.       FF008C8CFF000000FF000000000000000000000000000000000052B5FF004AB5
  1043.       FF00188CE7004A7BA500BD949400000000000000000000000000000000000000
  1044.       000000000000000000000000000000000000000000000000000052B5FF004AB5
  1045.       FF00188CE7004A7BA500BD949400000000000000000000000000000000000000
  1046.       000000000000000000000000000000000000000000000000000000000000FFFF
  1047.       FF00BF00FF000000FF000000BF00BF00BF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1048.       FF00000000000000000000000000000000000000000000000000000000000000
  1049.       0000000000007300000073000000730000000000000000000000000000000000
  1050.       84000000840000008400000000000000000000000000000000000000000052B5
  1051.       FF004AB5FF002184DE005A6B730000000000AD7B7300C6A59C00D6B5A500CEA5
  1052.       9C000000000000000000000000000000000000000000000000000000000052B5
  1053.       FF004AB5FF002184DE005A6B730000000000AD7B7300C6A59C00D6B5A500CEA5
  1054.       9C0000000000000000000000000000000000000000000000000000000000DF1F
  1055.       DF000000FF003F00BF000000FF003F007F00FFFFFF00FFFFFF00FFFFFF00FFFF
  1056.       FF00000000000000000000000000000000000000000000000000000000000000
  1057.       0000000000000000000000000000000000000000000000000000000000008484
  1058.       8400000000000000000000000000000000000000000000000000000000000000
  1059.       000052BDFF00B5D6EF00A5948C00B59C8C00F7E7CE00FFFFD600FFFFD600FFFF
  1060.       D600E7DEBD00CEADA50000000000000000000000000000000000000000000000
  1061.       000052BDFF00B5D6EF00A5948C00B59C8C00F7E7CE00FFFFD600FFFFD600FFFF
  1062.       D600E7DEBD00CEADA50000000000000000000000000000000000000000009F1F
  1063.       DF00BF00BF00FFFFFF007F00FF000000BF00BF00BF00FFFFFF00FFFFFF00FFFF
  1064.       FF00000000000000000000000000000000000000000000000000000000000000
  1065.       00000000000000000000C6C6C600000000000000000000000000000000008484
  1066.       8400000000000000000000000000000000000000000000000000000000000000
  1067.       000000000000CEB5B500D6B5A500FFEFC600FFFFD600FFFFD600FFFFD600FFFF
  1068.       DE00FFFFEF00F7F7EF00B58C8C00000000000000000000000000000000000000
  1069.       000000000000CEB5B500D6B5A500FFEFC600FFFFD600FFFFD600FFFFD600FFFF
  1070.       DE00FFFFEF00F7F7EF00B58C8C0000000000000000000000000000000000FFFF
  1071.       FF00FFFFFF00FFFFFF00FFFFFF003F00FF003F007F00FFFFFF00FFFFFF00FFFF
  1072.       FF00000000000000000000000000000000000000000000000000000000000000
  1073.       0000000000000000000000000000000000000000000000000000000000000000
  1074.       0000000000000000000000000000000000000000000000000000000000000000
  1075.       000000000000C6948C00F7DEB500F7D6A500FFF7CE00FFFFD600FFFFDE00FFFF
  1076.       EF00FFFFF700FFFFFF00DED6BD00000000000000000000000000000000000000
  1077.       000000000000C6948C00F7DEB500F7D6A500FFF7CE00FFFFD600B55A1800FFFF
  1078.       EF00FFFFF700FFFFFF00DED6BD0000000000000000000000000000000000FFFF
  1079.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF007F3FBF003F007F00FFFFFF00FFFF
  1080.       FF00000000000000000000000000000000000000000000000000000000000000
  1081.       000084848400A5A5A500C6C6C600A5A5A500000000000000000000000000A5A5
  1082.       A500000000000000000000000000000000000000000000000000000000000000
  1083.       000000000000DEBDA500FFE7AD00F7CE9400E7D6C600E7D6C600E7D6C600E7D6
  1084.       C600E7D6C600FFFFEF00F7EFD600C69C94000000000000000000000000000000
  1085.       000000000000DEBDA500FFE7AD00F7CE9400FFF7CE00E7D6C600B55A1800E7D6
  1086.       C600E7D6C600FFFFEF00F7EFD600C69C9400000000000000000000000000FFFF
  1087.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00BF00FF007F00BF00FFFF
  1088.       FF00000000000000000000000000000000000000000000000000848484008484
  1089.       8400A5A5A500C6C6C600C6C6C600C6C6C600A5A5A50084848400A5A5A500FFFF
  1090.       FF00000000000000000000000000000000000000000000000000000000000000
  1091.       000000000000E7C6AD00FFDEAD00EFBD8400B55A1800B55A1800B55A1800B55A
  1092.       1800B55A1800FFFFDE00F7F7D600C6AD9C000000000000000000000000000000
  1093.       000000000000E7C6AD00FFDEAD00EFBD8400B55A1800B55A1800B55A1800B55A
  1094.       1800B55A1800FFFFDE00F7F7D600C6AD9C00000000000000000000000000FFFF
  1095.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
  1096.       0000000000000000000000000000000000000000000000000000FFFFFF00FFFF
  1097.       FF00DEDEDE00DEDEDE00DEDEDE00DEDEDE00C6C6C600C6C6C600FFFFFF000000
  1098.       0000A5A5A5000000000000000000000000000000000000000000000000000000
  1099.       000000000000DEBDAD00FFE7B500EFBD8400F7CE9400FFEFC600FFFFDE00FFFF
  1100.       DE00FFFFDE00FFFFDE00F7EFD600C6A59C000000000000000000000000000000
  1101.       000000000000DEBDAD00FFE7B500EFBD8400F7CE9400FFEFC600B55A1800FFEF
  1102.       C600FFFFDE00FFFFDE00F7EFD600C6A59C00000000000000000000000000FFFF
  1103.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF000000
  1104.       0000000000000000000000000000000000000000000000000000848484007B7B
  1105.       7B00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000E7E7
  1106.       E70000000000A5A5A50000000000000000000000000000000000000000000000
  1107.       000000000000C69C9400FFEFC600FFEFC600F7D6A500F7CE9C00F7E7B500FFF7
  1108.       CE00FFF7D600FFFFD600E7DEBD00000000000000000000000000000000000000
  1109.       000000000000C69C9400FFEFC600FFEFC600F7D6A500F7CE9C00B55A1800FFF7
  1110.       CE00FFF7D600FFFFD600E7DEBD0000000000000000000000000000000000FFFF
  1111.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
  1112.       0000000000000000000000000000000000000000000000000000000000000000
  1113.       000000000000000000000000000000000000000000000000000084848400E7E7
  1114.       E70000000000A5A5A50000000000000000000000000000000000000000000000
  1115.       00000000000000000000DEC6AD00FFFFFF00FFF7EF00F7CE9400EFBD8400F7CE
  1116.       9C00FFE7B500FFF7C600BD9C8C00000000000000000000000000000000000000
  1117.       00000000000000000000DEC6AD00FFFFFF00FFF7EF00F7CE9400EFBD8400F7CE
  1118.       9C00FFE7B500FFF7C600BD9C8C00000000000000000000000000000000000000
  1119.       0000000000000000000000000000000000000000000000000000000000000000
  1120.       0000000000000000000000000000000000000000000000000000000000000000
  1121.       0000000000000000000000000000000000000000000000000000000000000000
  1122.       0000000000000000000000000000000000000000000000000000000000000000
  1123.       0000000000000000000000000000D6BDBD00F7EFD600FFEFC600FFE7AD00FFE7
  1124.       B500F7DEB500CEAD9C0000000000000000000000000000000000000000000000
  1125.       0000000000000000000000000000D6BDBD00F7EFD600FFEFC600FFE7AD00FFE7
  1126.       B500F7DEB500CEAD9C0000000000000000000000000000000000000000000000
  1127.       0000000000000000000000000000000000000000000000000000000000000000
  1128.       0000000000000000000000000000000000000000000000000000000000000000
  1129.       0000000000000000000000000000000000000000000000000000000000000000
  1130.       0000000000000000000000000000000000000000000000000000000000000000
  1131.       000000000000000000000000000000000000CEAD9400CEAD9C00DEBDA500DEBD
  1132.       A500000000000000000000000000000000000000000000000000000000000000
  1133.       000000000000000000000000000000000000CEAD9400CEAD9C00DEBDA500DEBD
  1134.       A500000000000000000000000000000000000000000000000000000000000000
  1135.       0000000000000000000000000000000000000000000000000000000000000000
  1136.       0000000000000000000000000000000000000000000000000000000000000000
  1137.       0000000000000000000000000000000000000000000000000000000000000000
  1138.       00000000000000000000000000000000000000000000000000009C6B63009C6B
  1139.       63009C6B63009C6B63009C6B63009C6B63009C6B63009C6B63009C6B63009C6B
  1140.       63009C6B63009C6B6300A56B6B00000000000000000000000000000000000000
  1141.       0000000000000000000000000000000000000000000000000000000000000000
  1142.       0000000000000000000000000000000000000000000000000000000000000000
  1143.       0000000000000000000000000000000000000000000000000000000000000000
  1144.       0000000000000000000000000000000000000000000000000000000000000000
  1145.       0000000000000000000000000000000000000000000000000000000000000000
  1146.       00000000000000000000000000000000000000000000000000009C736B00FFFF
  1147.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1148.       FF00FFFFFF00FFFFFF009C6B6300000000000000000000000000000000000000
  1149.       0000000000000000000000000000000000000000000000000000000000000000
  1150.       0000000000000000000000000000000000000000000000000000000000000000
  1151.       0000000000000000000000000000000000000000000000000000000000000000
  1152.       0000000000000000000000000000000000000000000000000000000000000000
  1153.       0000000000000000000000000000000000000000000000000000000000000000
  1154.       00000000000000000000000000000000000000000000000000009C736B00FFFF
  1155.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1156.       FF00FFFFFF00FFFFFF009C6B630000000000000000000000000018A5C60018A5
  1157.       C60018A5C60018A5C60018A5C60018A5C60018A5C60018A5C60018A5C60018A5
  1158.       C60018A5C60018A5C60000000000000000000000000000000000000000000000
  1159.       0000000000000000000000000000000000000000000000000000000000000000
  1160.       0000000000000000000000000000000000000000000000000000000000000000
  1161.       0000000000000000000000000000000000000000000000000000000000000000
  1162.       00000000000000000000000000000000000000000000000000009C736B00FFFF
  1163.       FF002929290002CAC80002CAC800FFFFFF002929290029292900EFF58D00EFF5
  1164.       8D00EFF58D00FFFFFF009C6B630000000000000000009CDEEF0094F7FF0073DE
  1165.       F70073DEF70073DEF70073DEF70010424A001042420073DEF70073DEF70073DE
  1166.       F70073DEF7004AC6E70018A5C600000000000000000000000000000000000000
  1167.       0000000000000000000000000000000000000000000000000000000000000000
  1168.       0000000000000000000000000000000000000000000000000000000000000000
  1169.       0000000000000000000000000000000000000000000000000000000000000000
  1170.       0000000000000000000000000000000000000000000000000000A5737300FFFF
  1171.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1172.       FF00FFFFFF00FFFFFF009C6B630000000000000000000000000094F7FF0073DE
  1173.       F70073DEF70073DEF70073DEF7000842520018394A0073DEF70073DEF70073DE
  1174.       F70073DEF70018A5C60000000000000000000000000000000000000000007F7F
  1175.       7F000000000000000000000000007F7F7F000000000000FFFF007F7F7F000000
  1176.       0000000000000000000000000000000000000000000000000000000000007F7F
  1177.       7F000000000000000000000000007F7F7F000000000000FFFF007F7F7F000000
  1178.       0000000000000000000000000000000000000000000000000000A57B7300FFFF
  1179.       FF002929290029292900B5A58C00B5A58C0029292900BD035B00BD035B002929
  1180.       290029292900FFFFFF009C6B63000000000000000000000000009CDEEF0094F7
  1181.       FF0073DEF70073DEF70073DEF70073DEF70073DEF70073DEF70073DEF70073DE
  1182.       F7004AC6E70018A5C60000000000000000000000000000000000000000007F7F
  1183.       7F007F7F7F007F7F7F007F7F7F007F7F7F00000000000000000000FFFF000000
  1184.       0000000000000000000000000000000000000000000000000000000000007F7F
  1185.       7F007F7F7F007F7F7F007F7F7F007F7F7F00000000000000000000FFFF000000
  1186.       0000000000000000000000000000000000000000000000000000AD847B00FFFF
  1187.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1188.       FF00FFFFFF00FFFFFF009C6B63000000000000000000000000000000000094F7
  1189.       FF0073DEF70073DEF70073DEF70073DEF70073DEF70073DEF70073DEF70073DE
  1190.       F70018A5C60000000000000000000000000000000000000000007F7F7F00FFFF
  1191.       FF00BFBFBF00FFFFFF00BFBFBF00FFFFFF007F7F7F0000000000000000000000
  1192.       00000000000000000000000000000000000000000000000000007F7F7F00BFBF
  1193.       BF00FFFFFF00BFBFBF00FFFFFF00BFBFBF007F7F7F0000000000000000000000
  1194.       0000000000000000000000000000000000000000000000000000B58C7B00FFFF
  1195.       FF002929290002CAC80002CAC80029292900292929002929290029292900FFFF
  1196.       FF0029292900FFFFFF009C6B6300000000000000000000000000000000009CDE
  1197.       EF0094F7FF0073DEF70073DEF700086B7300396B7B0073DEF70073DEF7004AC6
  1198.       E70018A5C6000000000000000000000000007F7F7F007F7F7F00FFFFFF00BFBF
  1199.       BF00FFFFFF000000FF00FFFFFF00BFBFBF00FFFFFF007F7F7F007F7F7F000000
  1200.       0000000000000000000000000000000000007F7F7F007F7F7F00BFBFBF00FFFF
  1201.       FF00BFBFBF00FFFFFF00BFBFBF00FFFFFF00BFBFBF007F7F7F007F7F7F000000
  1202.       0000000000000000000000000000000000000000000000000000BD8C7B00FFFF
  1203.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1204.       FF00FFFFFF00FFFFFF009C6B6300000000000000000000000000000000000000
  1205.       000094F7FF0073DEF70073DEF700086B7300396B7B0073DEF70073DEF70018A5
  1206.       C60000000000000000000000000000000000000000007F7F7F00BFBFBF00FFFF
  1207.       FF00BFBFBF000000FF00BFBFBF00FFFFFF00BFBFBF007F7F7F00000000000000
  1208.       000000000000000000000000000000000000000000007F7F7F00FFFFFF00BFBF
  1209.       BF00FFFFFF00BFBFBF00FFFFFF00BFBFBF00FFFFFF007F7F7F00000000000000
  1210.       0000000000000000000000000000000000000000000000000000C6947B00FFFF
  1211.       FF002929290029292900FFFFFF005263AD005263AD00292929009CF680009CF6
  1212.       800029292900FFFFFF0094736B00000000000000000000000000000000000000
  1213.       00009CDEEF0094F7FF0073DEF70010424A003110180073DEF7004AC6E70018A5
  1214.       C60000000000000000000000000000000000000000007F7F7F00FFFFFF000000
  1215.       FF000000FF000000FF000000FF000000FF00FFFFFF007F7F7F00000000000000
  1216.       000000000000000000000000000000000000000000007F7F7F00BFBFBF000000
  1217.       FF000000FF000000FF000000FF000000FF00BFBFBF007F7F7F00000000000000
  1218.       0000000000000000000000000000000000000000000000000000CE9C8400FFFF
  1219.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1220.       FF00FFFFFF00FFFFFF00846B6300000000000000000000000000000000000000
  1221.       00000000000094F7FF0073DEF700080000003110180073DEF70018A5C6000000
  1222.       000000000000000000000000000000000000000000007F7F7F00BFBFBF00FFFF
  1223.       FF00BFBFBF000000FF00BFBFBF00FFFFFF00BFBFBF007F7F7F00000000000000
  1224.       000000000000000000000000000000000000000000007F7F7F00FFFFFF00BFBF
  1225.       BF00FFFFFF00BFBFBF00FFFFFF00BFBFBF00FFFFFF007F7F7F00000000000000
  1226.       0000000000000000000000000000000000000000000000000000CE9C8400FFFF
  1227.       FF009D11FF009D11FF00292929002929290029292900FFFFFF00E7CEBD00A56B
  1228.       6B00A56B6B00A56B6B00A56B6B00000000000000000000000000000000000000
  1229.       0000000000009CDEEF0094F7FF0008525200104242004AC6E70018A5C6000000
  1230.       0000000000000000000000000000000000007F7F7F007F7F7F00FFFFFF00BFBF
  1231.       BF00FFFFFF000000FF00FFFFFF00BFBFBF00FFFFFF007F7F7F007F7F7F000000
  1232.       0000000000000000000000000000000000007F7F7F007F7F7F00BFBFBF00FFFF
  1233.       FF00BFBFBF00FFFFFF00BFBFBF00FFFFFF00BFBFBF007F7F7F007F7F7F000000
  1234.       0000000000000000000000000000000000000000000000000000D6A58400FFFF
  1235.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00D6B5AD00A56B
  1236.       6B00E79C4A00E78C3100A56B6B00000000000000000000000000000000000000
  1237.       0000000000000000000094F7FF0073DEF70073DEF70018A5C600000000000000
  1238.       00000000000000000000000000000000000000000000000000007F7F7F00FFFF
  1239.       FF00BFBFBF00FFFFFF00BFBFBF00FFFFFF007F7F7F0000000000000000000000
  1240.       00000000000000000000000000000000000000000000000000007F7F7F00BFBF
  1241.       BF00FFFFFF00BFBFBF00FFFFFF00BFBFBF007F7F7F0000000000000000000000
  1242.       0000000000000000000000000000000000000000000000000000D6A58400FFFF
  1243.       FF002929290098CEF40098CEF400FFFFFF00FFFFFF00FFFFFF00D6B5BD00A56B
  1244.       6B00F7AD5A00A56B6B0000000000000000000000000000000000000000000000
  1245.       000000000000000000009CDEEF0094F7FF004AC6E70018A5C600000000000000
  1246.       0000000000000000000000000000000000000000000000000000000000007F7F
  1247.       7F007F7F7F007F7F7F007F7F7F007F7F7F000000000000000000000000000000
  1248.       0000000000000000000000000000000000000000000000000000000000007F7F
  1249.       7F007F7F7F007F7F7F007F7F7F007F7F7F000000000000000000000000000000
  1250.       0000000000000000000000000000000000000000000000000000D6A58400FFFF
  1251.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00B5A5B500A56B
  1252.       6B00A56B6B000000000000000000000000000000000000000000000000000000
  1253.       000000000000000000000000000094F7FF0018A5C60000000000000000000000
  1254.       0000000000000000000000000000000000000000000000000000000000007F7F
  1255.       7F000000000000000000000000007F7F7F000000000000000000000000000000
  1256.       0000000000000000000000000000000000000000000000000000000000007F7F
  1257.       7F000000000000000000000000007F7F7F000000000000000000000000000000
  1258.       0000000000000000000000000000000000000000000000000000D6946B00D69C
  1259.       7B00D69C7B00D69C7B00CE947300C68C7300C68C7300C68C7300AD736B00A56B
  1260.       6B00000000000000000000000000000000000000000000000000000000000000
  1261.       0000000000000000000000000000000000000000000000000000000000000000
  1262.       000000000000000000000000000000000000424D3E000000000000003E000000
  1263.       2800000040000000400000000100010000000000000200000000000000000000
  1264.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  1265.       0000000000000000000000000000000000000000000000000000000000000000
  1266.       0000000000000000000000000000000000000000000000000000000000000000
  1267.       0000000000000000000000000000000000000000000000000000000000000000
  1268.       00000000000000000000000000000000FFFF000000000000FFFF000000000000
  1269.       C007000000000000C007000000000000C007000000000000C007000000000000
  1270.       C007000000000000C007000000000000C007000000000000C007000000000000
  1271.       C007000000000000C007000000000000C00F000000000000C01F000000000000
  1272.       C03F000000000000FFFF000000000000FFFFFFFF9FFF9FFFFFFFFFFF0FFF0FFF
  1273.       C007F0C307FF07FFC007F0C383FF83FFC007F0C3C1FFC1FFC007F8E3E10FE10F
  1274.       C007FAEBF003F003C007F8EBF801F801C007F2E3F801F801C007C003F800F800
  1275.       C007C003F800F800C007C003F800F800C00FC00BF801F801C01FFFCBFC01FC01
  1276.       C03FFFFFFE03FE03FFFFFFFFFF0FFF0FFFFDFFFDC001FFFFFFF8FFF8C001FFFF
  1277.       FFF1FFF1C001C003FFE3FFE3C0018001FFC7FFC7C001C003E08FE08FC001C003
  1278.       C01FC01FC001E007803F803FC001E007001F001FC001F00F001F001FC001F00F
  1279.       001F001FC001F81F001F001FC001F81F001F001FC001FC3F803F803FC003FC3F
  1280.       C07FC07FC007FE7FE0FFE0FFC00FFFFF00000000000000000000000000000000
  1281.       000000000000}
  1282.   end
  1283.   object SelectionPopup: TPopupMenu
  1284.     AutoHotkeys = maManual
  1285.     AutoLineReduction = maManual
  1286.     Left = 428
  1287.     Top = 104
  1288.     object NormalSelection1: TMenuItem
  1289.       Caption = 'Normal Selection'
  1290.       OnClick = NormalSelection1Click
  1291.     end
  1292.     object LineSelection1: TMenuItem
  1293.       Caption = 'Line Selection'
  1294.       OnClick = LineSelection1Click
  1295.     end
  1296.     object BlockSelection1: TMenuItem
  1297.       Caption = 'Column Selection'
  1298.       OnClick = BlockSelection1Click
  1299.     end
  1300.   end
  1301.   object Tidy1: TTidy
  1302.     OnReport = Tidy1Report
  1303.     Quiet = False
  1304.     ShowErrors = 6
  1305.     ShowWarnings = True
  1306.     AccessibilityCheckLevel = 0
  1307.     ForceOutput = False
  1308.     ReplaceColor = False
  1309.     IndentSpaces = 2
  1310.     WrapLen = 0
  1311.     TabSize = 8
  1312.     CharEncoding = TidyASCII
  1313.     InCharEncoding = TidyUTF8
  1314.     OutCharEncoding = TidyASCII
  1315.     DuplicateAttrs = TidyKeepFirst
  1316.     IndentContent = TidyFalse
  1317.     HideEndTags = False
  1318.     XmlTags = False
  1319.     XmlDecl = False
  1320.     UpperCaseTags = False
  1321.     UpperCaseAttrs = False
  1322.     MakeBare = False
  1323.     MakeClean = False
  1324.     LogicalEmphasis = False
  1325.     DropPropAttrs = False
  1326.     DropFontTags = False
  1327.     DropEmptyParas = True
  1328.     FixComments = True
  1329.     BreakBeforeBR = False
  1330.     NumEntities = False
  1331.     QuoteMarks = False
  1332.     QuoteNbsp = True
  1333.     QuoteAmpersand = True
  1334.     WrapAttVals = False
  1335.     WrapScriptlets = False
  1336.     WrapSection = True
  1337.     WrapAsp = True
  1338.     WrapJste = True
  1339.     WrapPhp = True
  1340.     IndentAttributes = False
  1341.     XmlPIs = False
  1342.     XmlSpace = False
  1343.     EncloseBodyText = False
  1344.     EncloseBlockText = False
  1345.     Word2000 = False
  1346.     Mark = True
  1347.     LiteralAttribs = False
  1348.     BodyOnly = False
  1349.     FixBackslash = True
  1350.     FixUri = True
  1351.     LowerLiterals = True
  1352.     HideComments = False
  1353.     IndentCdata = False
  1354.     AsciiChars = True
  1355.     JoinClasses = False
  1356.     JoinStyles = True
  1357.     EscapeCdata = False
  1358.     Left = 124
  1359.     Top = 278
  1360.   end
  1361.   object SynPHPSyn1: TSynPHPSyn
  1362.     DefaultFilter = 
  1363.       'PHP Files (*.php,*.php3,*.phtml,*.inc)|*.php;*.php3;*.phtml;*.in' +
  1364.       'c'
  1365.     CommentAttri.Foreground = clGray
  1366.     KeyAttri.Foreground = 4194432
  1367.     NumberAttri.Foreground = 6046117
  1368.     SpaceAttri.Foreground = 8404992
  1369.     StringAttri.Foreground = 9987645
  1370.     SymbolAttri.Foreground = 21672
  1371.     SymbolAttri.Style = [fsBold]
  1372.     VariableAttri.Foreground = 9075285
  1373.     Left = 252
  1374.     Top = 59
  1375.   end
  1376.   object SynEditSearch: TSynEditSearch
  1377.     Left = 316
  1378.     Top = 107
  1379.   end
  1380.   object SynEditRegexSearch: TSynEditRegexSearch
  1381.     Left = 332
  1382.     Top = 131
  1383.   end
  1384.   object SynPerlSyn1: TSynPerlSyn
  1385.     DefaultFilter = 'Perl Files (*.pl,*.pm,*.cgi)|*.pl;*.pm;*.cgi'
  1386.     Left = 252
  1387.     Top = 171
  1388.   end
  1389.   object ActionList1: TActionList
  1390.     Images = ImageList1
  1391.     Left = 36
  1392.     Top = 282
  1393.     object CheckHTML: TAction
  1394.       Caption = 'CheckHTML'
  1395.       ImageIndex = 4
  1396.       OnExecute = CheckHTMLExecute
  1397.     end
  1398.     object Repair: TAction
  1399.       Caption = 'Repair'
  1400.       ImageIndex = 5
  1401.       OnExecute = RepairExecute
  1402.     end
  1403.     object Force: TAction
  1404.       Caption = 'Force'
  1405.       ImageIndex = 3
  1406.       OnExecute = ForceExecute
  1407.     end
  1408.   end
  1409.   object HTMLParser1: THTMLParser
  1410.     HTML.Strings = (
  1411.       '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'
  1412.       '<html>'
  1413.       '<head>'
  1414.       
  1415.         '  <meta http-equiv="content-type" content="text/html; charset=is' +
  1416.         'o-8859-1">'
  1417.       '  <title></title>'
  1418.       '  <meta name="description" content="">'
  1419.       '  <meta name="keywords" content="">'
  1420.       '  <meta name="author" content="">'
  1421.       
  1422.         '  <meta name="generator" content="Matrix Y2K from van IJperen So' +
  1423.         'ftware Inc. - http://www.crystalfibers.com">'
  1424.       '</head>'
  1425.       '<body>'
  1426.       ''
  1427.       ''
  1428.       ''
  1429.       '<!-- ** file created on 01-09-2004 22:43:33 ** -->'
  1430.       
  1431.         '<!-- ** file created by Matrix Y2K 2004 XWR - visit us online @ ' +
  1432.         'http://www.crystalfibers.com -->'
  1433.       ''
  1434.       '</body>'
  1435.       '</html>')
  1436.     OnFoundTag = HTMLParser1FoundTag
  1437.     Left = 237
  1438.     Top = 281
  1439.   end
  1440. end
  1441.